home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Floral Tapestry
/
Floral Tapestry.iso
/
go.bat
< prev
next >
Wrap
DOS Batch File
|
1994-05-17
|
2KB
|
52 lines
@echo off
if %1 == /W goto Install
if %1 == /w goto Install
cls
echo ..............................................
echo . .
echo . Aztech New Media Corp. .
echo . Stock Image Library .
echo . .
echo ==============================================
echo ! Installation of this product must be !
echo ! started from Microsoft Windows. !
echo ==============================================
echo.
echo To view the thumbnail version of all the images in this Stock Photo
echo Image Library, you will need to install the Pixfolio Image Manager
echo under Windows.
echo.
echo You can do this one of two ways. You can log onto your CD-ROM drive by
echo typing in the drive's letter followed by a colon (eg D:) and then
echo pressing ENTER. Finally, type \GO /W and again press ENTER.
echo.
echo This is a batch program that will start up Windows (assuming you
echo already have it installed) and then run the setup application we have
echo included that will automatically install Pixfolio and the catalog(s).
echo.
pause
echo Otherwise you can start up Windows yourself and then select the "RUN"
echo command found under the Program Manager's (main menu) "FILE" Menu. Then
echo click on the BROWSE button followed by a click on your CD-ROM drive
echo letter found in the DRIVES window (eg. D:). Next, double-click on the
echo folder/directory, FOR_PC. In the FILE LIST window will be an item
echo called "SETUP.EXE". Double-click on this file and press the OK button
echo continue. Each time you are prompted for a response click on OK.
echo.
echo Also click on OK when asked for the serial number and company name. You
echo have been given a fully paid-up license of Pixfolio and no further
echo payment from you is required. However, you might wish to register with
echo ACK Software (see details within Pixfolio) to be kept informed of new
echo releases and updates.
echo.
echo If the computer informs you that you are already running Windows use
echo the second method of installation by switching back to Program Manager.
echo.
goto bye
:Install
cd \FOR_PC
win setup.exe
:bye
echo Thank you for purchasing this Aztech stock image library collection.
pause